home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Syntax Examples / Exists examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  168 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Exists first window
  3.     Exists Cell 67
  4.     Exists Record 10
  5.     Exists FileMaker Script "a"
  6.     Exists first Menu Item of Menu "external"
  7. end tell